﻿.icon-eq-open-big:before {
    content: '\e81e';
}
/* '' */
/* To override the Bootstrap-custom styles */
.wp-title-bar .title {
    display: table-cell !important;
}

/* Class name was changed from title to title-red by n.nadery on 1395/9/24 */
.nerkh-content-cbi-ir ul li p.title-red {
    color: #d65532;
}
/*************************/

/* Added by m.khanghah  on 1395/11/12 */

a:focus {
    outline: none;
}
/*================ Slideshow */
#slideshow-main .img-responsive {
    height: 244px;
    width: 390px;
}

.nav.nav-tabs a {
    outline: none;
}

.news-headlines li {
    overflow: hidden;
}

.latest-news-cbi-ir li {
    padding: 6px 10px 6px 40px !important;
    min-height: 47px !important;
}

/*================= Headline   */

/*================= Dashboard   */

.box1, .box2, .box3, .box4 {
    height: 280px;
}

/* end of added code */


/* Added by n.nadery to solve th bug of floating rows called micro clearfix hack */
.sectionhighlightgroup:before, .sectionhighlightgroup:after {
    content: "";
    display: table;
}

.sectionhighlightgroup:after {
    clear: both;
}

.sectionhighlightgroup {
    zoom: 1;
}
    /* end of micro clearfix hack */
    .sectionhighlightgroup > div {
        display: table;
    }

/* Added by n.nadery  on 1395/10/12 */
/* Tooltip */
.tooltip > .tooltip-inner {
    background-color: #424447;
    color: #FFFFFF;
    border: 1px solid #D65532;
    padding: 10px;
    font-family: myyekan;
    font-size: 12px;
    max-width: 250px;
}

.tooltip.top > .tooltip-arrow {
    border-top: 5px solid #D65532;
}

.tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #D65532;
}

.tooltip.left > .tooltip-arrow {
    border-left: 5px solid #D65532;
}

.tooltip.right > .tooltip-arrow {
    border-right: 5px solid #D65532;
}
/* End of added styles */

/* Added by n.nadery on 1395/10/29 to fix the bootstrap default style */
label {
    font-weight: normal;
}

/*legend {
    display: block;
    width: auto;
    padding: 0 5px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    border: auto;
    border-bottom: none;
}

fieldset {
    border: 2px groove threedface;
    padding: 5px;
}*/

fieldset {
    border: 1px solid #DDD;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

.SearchResult {
    background-color: #E7E7E7;
    /*border-bottom: 1px solid #c1bef5;
    border-top: 1px solid #c1bef5;*/
    padding: 5px 15px;
    margin-bottom: 10px;
    margin-right: -5px;
    /*background-color: #eef3fa;
    border:1px solid #c1bef5;*/
}

    .SearchResult select {
        padding-top: 4px;
        padding-bottom: 4px;
        /*font-size:14px;*/
    }

table tr.header, table tr.header:link {
    background-color: #b3def3;
    text-align: center;
}

    table tr.header:hover {
        background-color: #98d4f2;
    }

table tr.grayheader, table tr.grayheader:link {
    background-color: #e9e9e9;
    text-align: center;
}

    table tr.grayheader:hover {
        background-color: #ddd;
    }

.grayheader th {
    text-align: center;
}

p.darkRed {
    color: #d00000;
    padding-top: 5px;
}

table tr.CurrencyHeader, .CurrencyHeader:link {
    background-color: #b3def3;
}

    table tr.CurrencyHeader:hover {
        background-color: #b3def3;
    }

table tr.CurrencySummary, .CurrencySummary:link {
    background-color: #d8eef8;
}

    table tr.CurrencySummary:hover {
        background-color: #d8eef8;
    }

table.exrateAdvResult {
    width: 400px;
}

ul.simplelist {
    padding-top: 25px;
    clear: both;
}

    ul.simplelist > li {
        list-style: disc inside;
    }

.DivIBANResult {
    color: #C04A2A;
    font-size: 1.2em;
    border: 2px dashed #ddd;
    border-radius: 5px 5px;
    padding: 10px;
}
/*ul > li, ol > li{
    padding: 5px 0 5px 5px;
}*/
table.complaint_details td {
    padding: 5px;
    vertical-align: top;
}

.textGray {
    color: #808080;
}

.requestPanelHide {
    border-radius: 5px 5px 5px 5px;
}

.requestPanelShow {
    border-radius: 5px 5px 0 0;
}

.complaintPanel {
    border-radius: 5px 5px 5px 5px;
}

.FeedbackInfoToggle {
    border-radius: 0 0 5px 5px;
    border: 2px solid #c0c0c0;
}

    .FeedbackInfoToggle > table > tbody > tr {
        border-bottom: 1px solid #e0e0e0;
    }

.replyPanel {
    border-radius: 5px 5px 5px 5px;
    border: 2px solid #c0c0c0;
}

    .replyPanel > table > tbody > tr {
        border-bottom: 1px solid #e0e0e0;
    }

table.exrate {
    border-bottom: 1px solid #ddd;
    width: 500px;
}

    table.exrate th {
        padding: 2px 10px;
        /*text-align: center;*/
        font-size: 1.1em;
    }

table.exrateadvform {
    border: 1px solid #ddd;
    width: 300px;
}

    table.exrateadvform > tbody > tr > th, table.exrateadvform > tbody > tr > td {
        white-space: nowrap;
        vertical-align: middle;
    }

table.exrateadv-output-options {
    min-width: 70%;
}

    table.exrateadv-output-options > tbody > tr > td {
        width: 16.6%;
    }

.PrintContent {
    width: 100%;
    background-color: #fff;
}
/* Added by n.nadery  on 1395/9/24 */
.megamenu > li > a:hover,
.megamenu > li > a:focus {
    background-color: transparent;
    background-image: none;
    /*transform:scale(1.1,1.1);
        transform-origin:100% 100%;
        transition: transform ease-in 300ms;*/
}
/* end of added code */
.DocImage {
    padding: 10px;
}

.main-content p img,
.main-content2 p img,
.main-content img,
.main-content2 img {
    max-width: 100%;
    height: auto !important;
}

.NumberOfVisitRow .badge {
    font-weight: normal;
}

.main-content .Content, .main-content2 .Content {
    line-height: 24px;
}

table.banknotes td:first-of-type {
    width: 120px;
}

table.banknoteslist img {
    padding-right: 10px;
}

/* ===============================================================*/
/* START Image Gallery SETTINGS											*/
/* ===============================================================*/

.rsigs-container {
    visibility: visible;
    animation-duration: 2s;
    animation-name: fadeIn;
    width: 100%;
}

.rsigs-container-fa {
    float: right;
    direction: rtl;
}

.rsigs-bg3 {
    background: rgba(255, 255, 255, 0.8);
}

.thumbnail {
    position: relative;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.rsigs-thumb-shadow:hover {
    box-shadow: 9px 13px 26px -8px #2d3134;
}

.rsigs-cover-image-container {
    background-color: #000;
    text-align: center;
}

.rsigs-cover-image {
    height: 150px;
    width: auto;
    max-width: 100%;
}



.rsigs-gallery-ltr {
    direction: ltr;
}



.rsigs-gallery-caption {
    min-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rsig-container {
    background-color: #f0f0f0;
    margin: 20px;
    direction: ltr;
}

.rsig-header {
    font-size: 25px;
    text-align: center;
    min-height: 10%;
    margin: 0px;
    padding-top: 5px;
}



.rsig-header-title-fa {
    text-align: right;
    font-size: 20px;
    border-collapse: collapse;
}

.rsig-header-date-fa {
    text-align: left;
    font-size: 12px;
    top: 5px;
}

.rsig-header-bottom {
    padding-top: 5px;
    padding-bottom: 5px
}

.rsig-header-dsc-fa {
    text-align: right;
    font-size: 14px;
}

.rsig-header-photographer-fa {
    text-align: left;
    font-size: 12px;
}

.rsig-header-title-en {
    text-align: left;
    font-size: 20px;
    border-collapse: collapse;
}

.rsig-header-date-en {
    text-align: right;
    font-size: 12px;
    top: 5px;
    word-wrap: break-word;
}


.rsig-header-dsc-en {
    text-align: left;
    font-size: 14px;
}

.rsig-header-photographer-en {
    text-align: right;
    font-size: 12px;
    word-wrap: break-word;
}


.rsig-slides-container {
    position: relative;
    top: 0px;
    left: 0px;
    width: 96%;
    max-width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid white;
    text-align: center;
    border-collapse: collapse;
}

.rsig-slides {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 600px;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0px;
    min-height: 1px;
    font: 0/0 a;
}

    .rsig-slides > .slide {
        position: relative;
        margin: auto;
        width: auto;
        height: auto;
        max-width: 100% !important;
        -ms-interpolation-mode: bicubic;
    }


    .rsig-slides:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .rsig-slides img {
        vertical-align: middle;
        display: inline-block;
        max-height: 600px;
    }




.rsig-toolbar {
    font-size: 18px;
    line-height: 35px;
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    height: 37px;
    color: white;
    background-color: rgba(8,8,8,0.2);
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    border-collapse: collapse;
}

.rsig-slides-buttons {
    width: 45px;
    height: 35px;
    text-align: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}



#play {
    font-size: 36px;
    cursor: pointer;
}

#pause {
    font-size: 36px;
    cursor: pointer;
    display: none;
}


.rsig-slide-number {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    width: 80px;
    height: 35px;
    color: white;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
}


.rsig-left-arrow, .rsig-right-arrow {
    font-size: 30px;
    line-height: 45px;
    display: none;
    width: 60px;
    height: 45px;
    color: #f2f2f2;
    text-align: center;
    position: absolute;
    top: 50%;
    background-color: rgba(96,96,96,0.2);
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.rsig-left-arrow {
    left: 0px;
    border-radius: 0 3px 3px 0;
}

.rsig-right-arrow {
    right: 0px;
    border-radius: 3px 0 0 3px;
}

.rsig-left-arrow:hover {
    cursor: pointer;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    color: #686868;
    background-color: rgba(128,128,128,0.2);
}

.rsig-right-arrow:hover {
    cursor: pointer;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    color: #686868;
    background-color: rgba(128,128,128,0.2);
}

.rsig-slides-container:hover .rsig-left-arrow {
    display: block;
}

.rsig-slides-container:hover .rsig-right-arrow {
    display: block;
}

.rsig-play-slides {
    width: 12px;
    height: 16px;
    border-left: 12px solid blue;
}

.rsig-pager {
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 14px;
}

.dot {
    cursor: pointer;
    width: 12px;
    height: 12px;
    background-color: #dcdcdc;
    border-radius: 50%;
    margin: 0px 2px;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .dot:hover {
        background-color: #808080;
    }

    .dot.active {
        background-color: #808080;
    }

.rsig-thumbnails {
    max-width: 96%;
    height: 100px;
    margin: 10px auto;
    position: relative;
    top: 0px;
    left: 0px;
    direction: ltr;
}




.rsig-thumbnails-window {
    height: 100px;
    overflow: hidden;
    max-width: 96.4%;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 20px;
    right: 20px;
}

.rsig-thumbnails-holder {
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
}


    .rsig-thumbnails-holder .thumbnailIG {
        display: inline-block;
        width: 100px;
        height: 100px;
        margin-right: 5px;
        cursor: pointer;
    }

.rsig-thumbnail-left-arrow {
    width: 20px;
    height: 100px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}

    .rsig-thumbnail-left-arrow::after {
        content: '';
        display: inline-block;
        position: relative;
        top: 36px;
        left: 2px;
        border-style: solid;
        border-width: 12px 12px 12px 0px;
        border-color: transparent #464646 transparent transparent;
    }

.rsig-thumbnail-right-arrow {
    width: 20px;
    height: 100px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
}

    .rsig-thumbnail-right-arrow::after {
        content: '';
        display: inline-block;
        position: relative;
        top: 36px;
        left: 2px;
        border-style: solid;
        border-width: 12px 0px 12px 12px;
        border-color: transparent transparent transparent #464646;
    }

    .rsig-thumbnail-left-arrow:hover, .rsig-thumbnail-right-arrow:hover {
        cursor: pointer;
    }

.rsig-retrun2galleriesbtn {
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    position: relative;
    right: 20px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.rsig-retrun2galleriesbtn-fa {
    position: relative;
    right: 20px;
}

.rsig-retrun2galleriesbtn-en {
    position: relative;
    left: 20px;
}

.rsig-bottom-container {
    height: 40px;
}
/* ===============================================================*/
/* END COLOR SETTINGS											*/
/* ===============================================================*/

.figure-captioned {
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 2px;
    background: rgba(0,0,0,0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block;
}

    .figure-captioned > figcaption {
        text-align: center;
        display: block;
    }

    .figure-captioned.image-center {
        display: inline-block;
    }

    .figure-captioned.image-right {
        float: right;
    }

    .figure-captioned.image-left {
        float: left;
    }

.image-center {
    text-align: center;
}

/* ===============================================================*/
/* EstelamSayad Module Styles									*/
/* ===============================================================*/
.EstelamResult {
    text-align: center;
    font-size: medium;
}

table.Modules td.NewsItem {
    height: 49px;
}

.Mainpage-Right-Pane-td {
    padding-bottom: 6px;
}

.EstelamLabel {
    padding-left: 5px;
}

.label-white-Spectrum {
    background-color: white;
    color: white;
}

.label-red-Spectrum {
    background-color: red;
    color: red;
}

.label-brown-Spectrum {
    background-color: saddlebrown;
    color: saddlebrown;
}

.label-yellow-Spectrum {
    background-color: yellow;
    color: yellow;
}

.label-orange-Spectrum {
    background-color: darkorange;
    color: darkorange;
}

.progressFloat {
    float: right;
}

.progressBorder {
    border-color: gray;
    border-style: solid;
    border-radius: 15px;
    height: 30px;
}

.DivEstelamResult {
    color: #104e7e;
    font-size: 1.2em;
    border: 2px dashed #6c6262;
    border-radius: 5px 5px;
    padding: 25px;
}

.divCaptcha {
    border-color: rgba(8,8,8,0.2);
    border-style: dashed;
    border-width: 1px;
    padding: 10px 10px;
    /*margin-right:15px;*/
}

.captchaPadding {
    padding-right: 15px;
    padding-left: 15px;
}

.verticalAlign {
    vertical-align:middle;
}

.imgCaptcha{
    padding-top:10px;
}

.circle {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    border:1px solid black;
}

/*.shodowStatus {
    box-shadow:  0px 8px 6px -6px  #999;
}*/

.things > .content {
    float: left;
    width: 50%;
    height: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .things > .content h1 {
        font-family: 'Arial', sans-serif;
        text-transform: uppercase;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        height: 150px;
        color: #89323B;
    }


.indicator {
    position: relative;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    margin-top: 20px;
}

    .indicator span {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        border: none;
        border-bottom: 5px solid #fff;
        border-right: 5px solid #fff;
        animation: animate 1s linear infinite;
    }

        .indicator span:nth-child(1) {
            top: -30px;
            left: -30px;
            animation-delay: 0s;
        }

        .indicator span:nth-child(2) {
            top: -15px;
            left: -15px;
            animation-delay: 0.2s;
        }

/*.indicator span:nth-child(3) {
                top: 0;
                left: 0;
                animation-delay: 0.4s;
            }

            .indicator span:nth-child(4) {
                top: 15px;
                left: 15px;
                animation-delay: 0.6s;
            }

            .indicator span:nth-child(5) {
                top: 30px;
                left: 30px;
                animation-delay: 0.8s;
            }*/

@keyframes animate {
    0% {
        border-color: #0026ff;
        transform: translate(0,0);
    }

    20% {
        border-color: #0026ff;
        transform: translate(15px,15px);
    }

    20.1%,100% {
        border-color: #0026ff;
    }
}


.btnSearchSayad {
    margin-top: 30px;
}

.loading-indicator:before {
    content: '';
    background: #000000cc;
    color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.loading-indicator:after {
    content: '';
    position: fixed;
    width: 100%;
    top: 40%;
    left: 48%;
    z-index: 1000;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #686868;
    border-bottom: 16px solid #686868;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 3s linear infinite; /* Safari */
    animation: spin 3s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.CustomRadioStyle tbody tr td label {
    padding-right: 5px !important;
}